object frmODBCTableBrowser: TfrmODBCTableBrowser Left = 214 Top = 108 Width = 451 Height = 320 Caption = 'Table Browser' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnActivate = FormActivate OnResize = FormResize TextHeight = 13 object TableOutline: TOutline Left = 0 Top = 0 Width = 137 Height = 275 Lines.Nodes = ( 'Tables' #9'System Tables' #9'User Tables' 'Procedures') OnExpand = TableOutlineExpand OnCollapse = TableOutlineCollapse ItemHeight = 13 Align = alLeft ParentCtl3D = False Ctl3D = True TabOrder = 0 OnClick = TableOutlineClick ItemSeparator = '\' end object Panel1: TPanel Left = 137 Top = 0 Width = 306 Height = 275 Align = alClient BevelOuter = bvNone TabOrder = 1 object Panel2: TPanel Left = 0 Top = 0 Width = 306 Height = 47 Align = alTop BevelOuter = bvNone Ctl3D = False ParentCtl3D = False TabOrder = 0 object Label1: TLabel Left = 4 Top = 8 Width = 63 Height = 13 Caption = 'Data Source:' end object lDataSource: TLabel Left = 82 Top = 8 Width = 3 Height = 13 end object Label2: TLabel Left = 33 Top = 27 Width = 34 Height = 13 Caption = 'Object:' end object lTable: TLabel Left = 82 Top = 28 Width = 3 Height = 13 end end object FieldList: TListBox Left = 71 Top = 47 Width = 235 Height = 228 Align = alClient ItemHeight = 13 TabOrder = 1 end object Panel3: TPanel Left = 0 Top = 47 Width = 71 Height = 228 Align = alLeft BevelOuter = bvNone Ctl3D = False ParentCtl3D = False TabOrder = 2 object Label3: TLabel Left = 37 Top = 3 Width = 30 Height = 13 Caption = 'Fields:' end end end object Panel4: TPanel Left = 0 Top = 275 Width = 443 Height = 18 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered Ctl3D = False ParentCtl3D = False TabOrder = 2 end object PopupMenu: TPopupMenu Left = 153 Top = 104 object CreateQuery1: TMenuItem Caption = 'Create Query' OnClick = CreateQuery1Click end end end